home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Simple / main.css < prev    next >
Cascading Style Sheet File  |  2007-03-05  |  632b  |  43 lines

  1. body {
  2.     margin: 0;
  3.     background-color: white;
  4.     background-repeat: no-repeat;
  5.     background-attachment: fixed;
  6.     background-position: bottom right;
  7.     background-image: url( "images/BackdropLogo.png" );
  8. }
  9.  
  10. .name_in_historical {
  11.     color: gray;
  12.     font-weight: bold;
  13. }
  14.  
  15. .name_out_historical {
  16.     color: gray;
  17.     font-weight: bold;
  18. }
  19.  
  20. .msg_body_historical {
  21.     color: gray;
  22. }
  23.  
  24. .msg_admin {
  25.     color: gray;
  26.     text-align: center;
  27. }
  28.  
  29. .time {
  30.     color: gray;
  31. }
  32.  
  33. #contents {
  34.     overflow: hidden;
  35.     padding-top: 5px;
  36.     padding-bottom: 5px;
  37.     padding-left: 10px;
  38.     padding-right: 5px;
  39.     margin-top: 0px;
  40.     margin-bottom: 0px;
  41. }
  42.  
  43.